home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / Mine / History.doc < prev    next >
Text File  |  1993-02-27  |  4KB  |  95 lines

  1. HISTORY:
  2. ---------------------------------------------------------------------------
  3. 2.01  02/27/93    Fixed a bug which crept in that caused some text not to
  4.         be displayed when using the custom screen.
  5.  
  6. 2.00  02/26/93    Added support for public screens.  Icon tooltypes/CLI
  7.         options for settings.  Moved history out of doc file.
  8.  
  9. 1.19  01/19/93    Changed 'about' display to intuition easy-requester.
  10.         'Expert' gadget wasn't disabled while in about display.
  11.         In pause mode, the window which covers the board wasn't
  12.         activated, which made it hard to un-pause.
  13.  
  14. 1.18  01/13/93    Fixed bug when pausing before timer starts.  Your first
  15.         click in the board will never be a mine now to make
  16.         starting a game easier.  New CLI argument "noscores"
  17.         and WB icon tooltype "NOSCORES" will disable the loading
  18.         and saving of the score file.
  19.  
  20. 1.17  01/02/93    Finally found and fixed the CloseWindow() bug causing
  21.                 enforcer hits, alerts, and crashes.  Should be quite
  22.                 stable now (famous last words :-).  New pause mode:
  23.                 game pauses when you hit space, or the window/screen
  24.                 becomes inactive (i.e. you switch screens).  Fixed bug
  25.         causing stack overflows.  Game starts in expert mode
  26.         now by default.
  27.  
  28. 1.16  12/17/92    Recompiled with SAS/C 6.1.  Made some minor changes to the
  29.                 code to make it more 'correct'.  However, minefield
  30.                 sometimes gives a 'recoverable alert' on exiting on my
  31.                 A3000!  Will look into this...  Also changed my e-mail
  32.                 address in the about requester.
  33.  
  34. 1.15  04/18/92  Improved way of determining overscan screen size.
  35.                 Fixed bug: clicking 'start' while board being drawn left
  36.                 'start' gadget in undetermined state.  Can now click in
  37.                 score chart to close it (yeah! shared IDCMP).  Better way
  38.                 of drawing images (flags and mines).  Mines are now graphic
  39.                 instead of text (*).  Added expert mode - see manual.  Fixed
  40.                 up some incorrect or outdated info in the manual.
  41.  
  42. 1.14  02/16/92  Gadgets clicked while board is being drawn are discarded.
  43.                 Added an icon!  Drastically speeded up board drawing.
  44.                 Found a bug in about window which sometimes caused crashing.
  45.                 Removed 'help' button for release.
  46.  
  47. 1.13  02/08/92  Exiting 'about' window would enable HELP gadget.  Fixed.
  48.                 Increased stack size to prevent overflow during recursion.
  49.                 Fixed 'about' window crash bug.
  50.  
  51. 1.12  02/02/92  If you get a high score, it is highlighted in the score
  52.                 chart.  Timer doesn't start until you click the mouse.
  53.                 Clicks in main window while other window (such as scores
  54.                 or about) is open are discarded now.  Medium and large
  55.                 boards had too many mines.  The number of mines is now
  56.                 proportional to the number of squares in the board.
  57.  
  58. 1.11  01/28/92  Fixed bug which caused small screen to open for those who's
  59.                 workbench screen was non-interlaced.  Score chart is only
  60.                 displayed if you win a game.  All windows (score, messages,
  61.                 name entry) centered in play-area.
  62.  
  63. 1.10  01/27/92  Implemented 'about' display.
  64.  
  65. 1.09  01/26/92  Game opens to size of workbench screen.  Reorganized and
  66.                 cleaned up code.  Game board is centered in the play-area.
  67.  
  68. 1.08  01/24/92  Fixed bug in random number generator which caused mines to
  69.                 only appear on odd x locations and even y locations!!
  70.                 Thanks Glade for spotting that... I never noticed!
  71.  
  72. 1.07  01/23/92  Found similar bugs in score display, main gadget check,
  73.                 and get_name().
  74.  
  75. 1.06  01/22/92  Found and fixed the insidious crashing bug! Thanks Doug...
  76.  
  77. 1.05  01/19/92  Major changes to code. Changed start button to a cycle-
  78.                 gadget so QUIT button isn't overloaded. Added ABOUT
  79.                 gadget (doesn't work yet). Overall code cleanup. Started
  80.                 using RCS for revision control.  Correct launches from WB.
  81.  
  82. 1.04  01/18/92  Auto-detaches from CLI
  83.  
  84. 1.03  01/17/92  Changed method of exiting score chart from QUIT button
  85.                 to SCORES button.
  86.  
  87. 1.02  01/14/92  Added 2.04 version lookup string.  Tried unsuccessfully
  88.                 to fix the crashing bug.
  89.  
  90. 1.01  01/20/91  Code cleanup.
  91.  
  92. 1.00  01/08/91  First release.
  93.  
  94.  
  95.